home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / word_prc / njs30exe.zip / NJSTAR3.DOC < prev    next >
Text File  |  1994-11-20  |  47KB  |  955 lines

  1. (This is the third part of NJSTAR USER'S MANUAL. Read NJSTAR2.DOC first)
  2. =============================================================================
  3.  
  4. 14. FILE CONVERSION
  5. ===================
  6.  
  7. This section describes several file conversion options provided  by  NJStar.
  8. All items listed here can be found under "Output" (╩Σ│÷ ╫¬╗╗)  in  the  main
  9. menu.
  10.  
  11. NJSTAR uses the GB (Guo Biao ╣·▒Ω) coding standard. All other  formats  need
  12. some kind of conversion. NJSTAR provides the following  commands  to  handle
  13. Big5, Hz and Zw coding.
  14.  
  15. FUNCTION   <ReadBig5>  [Ctrl+X+B]      ╢┴┤≤╬σ┬δ       Read Big5 
  16.  
  17. This command reads a Big5 file into memory and converts it into GB, so  that
  18. a Big5 file can be edited in NJSTAR.
  19.  
  20. BIG5 is a de facto standard for un-simplified Chinese characters widely used
  21. in Taiwan and Hong Kong. The Big5 standard is also  supported  by  Microsoft
  22. Chinese Windows.  The  Big5  coding  scheme  includes  13,000  un-simplified
  23. Chinese characters.
  24.  
  25. See PROGRAM USAGE in this manual for the '-b' option on the command line.
  26.  
  27. NJStar recognizes if the current file is a Big5 file after it is loaded with
  28. the '-b' command line option. However, when saving the file with  <SaveFile>
  29. or <File>, it will save the file in GB format. To  save  the  file  in  Big5
  30. format, use the <SaveBig5> function as described below:
  31.  
  32. FUNCTION   <SaveBig5>  [Ctrl+X+^B]     ┤µ┤≤╬σ┬δ       Save Big5 
  33.  
  34. Saves the current file to disk in Big5 format. The file can then be imported
  35. into any Big5 System, such as ETen, KC and Microsoft Chinese Windows. NJSTAR
  36. converts GB to Big5 intelligently. It solves the problem of one GB character
  37. to many  Big5  character  mapping  by  using  artificial  intelligence.  The
  38. conversion is NOT 100% perfect. If you are going to publish  it  in  a  Big5
  39. system, you are advised to check it carefully  beforehand.  If  you  find  a
  40. conversion error, please inform the author, so that conversion accuracy  can
  41. be improved in the next version.
  42.  
  43. FUNCTION   <zWEditFile>            ╢┴zW╬─╝■
  44.  
  45. This function has been removed from V3.0. The same result can be achieved by
  46. using <EditFile> + <zWDecode>.
  47.  
  48. The zW format was initially proposed by  Yagui  Wei  and  Ed  Lai,  for  the
  49. purpose of transferring GB files via mainframe networks in  ASCII  mode.  GB
  50. files use extended ASCII characters for internal  coding.  These  characters
  51. cannot be transferred  in  ASCII  mode,  say,  as  an  e-mail  message,  via
  52. mainframe networks. Therefore, one of possible ways to transfer those  files
  53. in ASCII format is to use one of the popular  UUENCODE.EXE  or  UUENCODE.COM
  54. programs. But an unencoded file has a great amount of overhead data so  that
  55. the resultant file size is much bigger,  33.33%  larger  than  the  original
  56. file. The zW format uses smaller overhead data, yet the resultant  file  can
  57. be transferred in ASCII format. There are some zW viewers available  for  PC
  58. computers, so that users can read directly a Chinese message in zW format.
  59.  
  60. In a zW file:
  61.  
  62.      1)   Each line starts with a string of "zW," with a max length of 78      
  63.           characters;
  64.  
  65.      2)   Codes for Chinese characters (ASCII 161-254) are masked with
  66.           the high bit off, that is, shifted by 128 in decimal value;
  67.  
  68.      3)   The End of Line character is preceded with a "#" character;
  69.  
  70.      4)   All other ASCII characters are preceded with a blank character.
  71.  
  72. For example, the following Chinese line
  73.  
  74.     ─╧╝½╨╟(NJSTAR)╩╟╬╥╧▓░«╡─╓╨╬─╬─╩Θ┤ª└φ╧╡═│.
  75.  
  76. will be encoded in Zw format as
  77.  
  78. zW  DO<+PG ( N J S T A R )JGNRO20.5DVPNDNDJi4&@mO5M3 .#
  79.  
  80.  
  81. Please see PROGRAM USAGE in this manual for the '-zW' option at the  command
  82. line.
  83.  
  84. NJStar will recognize if the current file is a zW file after  it  is  loaded
  85. with the '-zW' Command line option. When the file is later saved, it will be
  86. in zW format. To change the format to GB, users need to use <SaveAs> to save
  87. it with another file name.
  88.  
  89. FUNCTION   <zWDecode>      [Shift+F7]       ╥δzW╬─╝■       zW Decode
  90.  
  91. Converts a zW file in the NJSTAR buffer to GB format.
  92.  
  93. If a zW format file is loaded without the <zWEditFile> command, NJStar  will
  94. simply handle it as a GB file without Chinese characters. This function  can
  95. thus be used to decode the current zW file to GB  format.  After  that,  the
  96. file will be saved in GB format.
  97.  
  98. FUNCTION   <zWSaveFile>    [Shift+F6]       ┤µzW╬─╝■       zW SaveFile
  99.  
  100. Encodes the current file in zW format and saves the result to  disk  with  a
  101. user specified  file  name.  When  prompted,  you  can  enter  a  file  name
  102. (recommend a '.zw' extension), with drive name and full path  if  necessary.
  103. NJStar will ask the user to confirm the file name if it exists.
  104.  
  105. Since the resultant file is in zW format, you can send the file through  the
  106. mainframe network in ASCII mode.
  107.  
  108. FUNCTION   <HzEditFile>    [Shift+F4]       ╢┴Hz╬─╝■       Hz EditFile
  109.  
  110. Loads a file in Hz format, and then decodes it for display in Chinese.
  111.  
  112. Hz format, proposed collectively and finalized by Fung F.  Lee,  is  another
  113. format dedicated for transferring Chinese  files  via  a  computer  network.
  114. Generally, it uses less overhead data than  zW  format  in  conversion,  and
  115. covers more loopholes in zW format.
  116.  
  117. Hz format keeps the original hard line setting. Thus, a line is divided into
  118. different segment,  grouped  by  the  following  four  types  of  data.  The
  119. following coding schemes and the identifiers are applied to different  types
  120. of data:
  121.  
  122.                ASCII CODE        ENCODING        HZ Format
  123.                =============     ===========     ==========
  124.                c =   0 -  31     C = c +  32     ~(C~)
  125.                c =  32 - 127     C = c             C   (no identifier)
  126.                c = 128 - 160     C = c -  96     ~[C~]
  127.                c = 161 - 254     C = c - 128     ~{C~}
  128.  
  129. For example, the following Chinese line
  130.  
  131.     ─╧╝½╨╟(NJSTAR)╩╟╬╥╧▓░«╡─╓╨╬─╬─╩Θ┤ª└φ╧╡═│.
  132.  
  133. will be encoded in Hz format as
  134.  
  135.     ~{DO<+PG~}(NJSTAR)~{JGNRO20.5DVPNDNDJi4&@mO5M3~}.
  136.  
  137. NJStar will remember that the current file is a Hz file after it  is  loaded
  138. with this command or with the '-Hz' command line  option.  When  saving  the
  139. file, it will be in the Hz format. To change  the  format  to  GB,  use  the
  140. <SaveAs> function to save it with another name.
  141.  
  142. Please see PROGRAM USAGE in this manual for the '-Hz' option on the  command
  143. line.
  144.  
  145. FUNCTION   <HzDecode>      [Shift+F3]       ╥δHz╬─╝■       Hz Decode
  146.  
  147. Converts a Hz file in NJSTAR buffer to GB format.
  148.  
  149. If a Hz format file is loaded without using the <HzEditFile> command, NJStar
  150. will simply handle it as a GB file without Chinese  characters.  Thus,  this
  151. function can be used to decode the current Hz file into GB format; the  file
  152. will be saved in GB format.
  153.  
  154. FUNCTION   <HzSaveFile>    [Shift+F2]       ┤µHz╬─╝■       Hz Savefile
  155.  
  156. Encodes the current file in Hz format and saves the results to disk  with  a
  157. user specified file name. When prompted, enter  a  file  name  (recommended:
  158. '.hz' extension), with drive name and full path if  necessary.  NJStar  will
  159. ask to confirm the file name if it exists.
  160.  
  161. As mentioned above, the Hz format does not change the original line  length.
  162. This could cause some problems with ASCII transfer over  computer  networks.
  163. Thus, when a resultant line is longer than  79  characters,  NJStar  adds  a
  164. "soft return" mark as the 79th character and then wraps the line to the next
  165. line. The "soft return" mark is a [~] followed by a hard return (LF CR).
  166.  
  167. Since the resultant file is in Hz format, users may send  the  file  in  the
  168. mainframe network in ASCII mode.
  169.  
  170. FUNCTION   <PcxSaveFile>   [Shift+F5]      ╩Σ│÷ PCX        Create PCX
  171.  
  172. Creates a set of PCX files (one file per page) from the  current  file.  The
  173. purpose of this function is mainly to help users  to  send  a  GB  file  via
  174. computerized fax equipment.
  175.  
  176. A GB file normally is not supported by fax software. But PCX  is  a  popular
  177. graphic format, supported by many fax software packages. This  function  can
  178. be used  to  convert  the  current  file  to  PCX  files,  to  be  sent  via
  179. computerized fax equipment.
  180.  
  181. Since PCX is primarily a  graphics  format,  any  graphic  editor,  such  as
  182. Windows PaintBrush, can be used to edit the resultant graphic files.
  183.  
  184. UTILITY   GB24PCX.EXE
  185.  
  186. <PcxSaveFile> uses 16x16 fonts to produce PCX files.  This  utility  program
  187. uses better fonts that is provided in  the  registered  version  to  produce
  188. better quality PCX files. Registered users please check the UTILITY.DOC file
  189. for more details about this program.
  190.  
  191. FUNCTION   <OutputCode>    [Ctrl+F12]       ╩Σ│÷▒α┬δ       Output Code
  192.  
  193. Produces a file that  contains  all  characters  in  the  current  file  and
  194. corresponding input codes under current input mode.  For  instance,  if  you
  195. write a file in Pinyin mode and then switch to WuBiZiXing mode and call this
  196. function, you will get a  file  that  contains  WuBiZiXing  codes  for  each
  197. character in the current file.
  198.  
  199. In PinYin or Zhuyin modes, each character is displayed on one line with it's
  200. corresponding codes and tone. (There may be more than one code for a  single
  201. character that has more than one pronunciation.) For other input code files,
  202. individual code is displayed on top of each character.  Thus,  when  running
  203. under "Full PinYin" mode, you will get a file  with  each  character  marked
  204. with PinYin on top.
  205.  
  206. =============================================================================
  207.  
  208. 15. SYSTEM CONFIGURATION
  209. ========================
  210.  
  211. While you have many options when running  NJStar,  you  can  also  configure
  212. NJStar's initial settings so that NJStar will always run the way you prefer.
  213. The  system  configuration  is  made  through  NJCONFIG.EXE.  This   section
  214. describes the basic procedures for NJCONFIG.EXE.
  215.  
  216. To run NJCONFIG.EXE, first make sure it is in the current  sub-directory  or
  217. accessible through system path statement and  make  a  backup  copy  of  the
  218. current NJSTAR.NJC. Then, at DOS prompt, enter the following command:
  219.  
  220.      [USAGE]
  221.  
  222.           C:\NJSTAR30> NJCONFIG
  223.  
  224. Press [Return], the following main menu will appear at the center of the
  225. screen,
  226.  
  227.           Options:
  228.  
  229.              C - Color settings
  230.              G - General options
  231.              V - Video and keyboard
  232.              H - Help screen
  233.              K - Keys configuration
  234.              I - Install printer driver
  235.              P - Printer settings
  236.              S - Save and quit
  237.              Q - Quit without save
  238.  
  239. Enter your option:
  240.  
  241. NJCONFIG.EXE can also be  called  by  using  the  <NJConfig>  command  while
  242. running NJStar. In this case, the system will not ask for the program name.
  243.  
  244. COLOR SETTING
  245.  
  246. The first menu item is for  color  settings,  with  the  following  options.
  247. Please notice that the color numbers 0-15 are shown on the screen as  sample
  248. colors when the program is running. When running NJCONFIG.EXE within NJStar,
  249. the change of color setting will not take effect  until  NJStar  is  started
  250. again.
  251.  
  252. Group 1: Background related options:
  253.  
  254.      Enter background color for text editing screen. (0-7) [  1]:
  255.      Enter background color for bottom input line... (0-7) [  4]:
  256.      Do you want to use dark background color..............[ NO]?
  257.      Do you want to display marked block in reverse video..[YES]?
  258.  
  259. Group 2: Foreground related options:
  260.  
  261.      Enter color number for text editing screen... (0- 15) [ 11]:
  262.      Enter color number for cursor ............... (0- 15) [ 15]:
  263.      Enter color number for separation line....... (0- 15) [  7]:
  264.      Enter color number for QuickHelp screen ..... (0- 15) [ 10]:
  265.      Enter color number for marked text block..... (0- 15) [  2]:
  266.      Enter color number for menu (Reverse Video).. (0- 15) [ 15]:
  267.      Enter color number for hi-lighted menu item.. (0- 15) [ 10]:
  268.  
  269. Group 3: Bottom input line color options:
  270.  
  271.      Enter color number for bottom line .......... (1- 15) [ 15]:
  272.      Enter color number for general message ...... (1- 15) [ 10]:
  273.      Enter color number for ERROR message......... (1- 15) [ 14]:
  274.  
  275. GENERAL OPTIONS:
  276.  
  277. The following selections for the general options may not be  listed  in  the
  278. same order as they appear on the screen. Please refer to  the  corresponding
  279. materials in this manual for more information.
  280.  
  281. Group 1: Input related options:
  282.  
  283.      NJSTAR supports following Chinese input methods:
  284.        0.  ASCII Input         4[A-Z] Other Input
  285.        1.  Standard PinYin     5N. NJSTAR ZhuYin
  286.        2.  GuoBiao/QuWeiMa     5E. Eten ZhuYin
  287.        3.  Continuous PinYin   5K. KuoChiao ZhuYin
  288.      Enter Default Input Method .............................[0]:
  289.      Do you want to start with FanTi Chinese.............. [ NO]?
  290.      Do you want to delay conversion in continuous Pinyin. [ NO]?
  291.      Do you want to display Homonym when in online Pinyin. [YES]?
  292.      Do you want to enter tone in Pinyin input mode....... [YES]?
  293.      Do you want to use Pinyin tolerance in 'TOLERATE.DIC' [YES]?
  294.      Do you want to start with pure Chinese mode.......... [ NO]?
  295.      Do you want LianXiang automatically by default....... [YES]?
  296.      Do you want to order Pinyin table dynamically........ [YES]?
  297.      Do you want to save dictionaries automatically....... [YES]?
  298.  
  299. Group 2: Display related options:
  300.  
  301.      Do you want to display special EOL(End of Line) char. [ NO]?
  302.      Do you want to display Space specially with EOL...... [ NO]?
  303.      Enter ASCII code of end of line(EOL) mark.... (1-255) [ 20]:
  304.      Enter char disp. after the no. at bottom line(0 for small no.)[  0]:
  305.      Do you want to display <*** End of File ***> mark.... [YES]?
  306.      Do you want to have a blinking cursor................ [YES]?
  307.      Do you want to hide mouse cursor while using keyboard.[ NO]?
  308.  
  309. Group 3: Operating related options:
  310.  
  311.      Do you want to load some font into RAM (128K required)[YES]?
  312.      Do you want to create a backup file (.BAK)........... [YES]?
  313.      Do you want to save file in binary(with LF no CR).... [YES]?
  314.      Do you want to enter search string for SearchBackward.[YES]?
  315.      Should NJSTAR restore the starting drive/dir on exit. [YES]?
  316.      Should <QuitFile> & <File> ask before exiting to DOS. [ NO]?
  317.      Do you want a beep sound when an error occurs........ [YES]?
  318.      Enter sound frequency (Hz).................. (1-5000) [400]:
  319.      Enter autosave interval in min. (0=no save).. (0- 60) [ 10]:
  320.      Enter ScreenSaver interval in min.(0=no save) (0- 30) [  3]:
  321.  
  322. VIDEO AND KEYBOARD
  323.  
  324. Options for using various video and keyboard equipment. NJStar  will  select
  325. automatically between EGA or VGA  video  mode  according  to  your  existing
  326. hardware. However, you can force  NJStar  to  adopt  other  modes  with  the
  327. following options. Please note that if these options do not accord with your
  328. hardware, it may render NJStar unable to perform properly.
  329.  
  330. The first question is,
  331.  
  332.      Is your monitor a Super VGA supporting 800x600x16.... [ NO]?
  333.  
  334. You need to have a Super VGA monitor to select this option.  If  [YES],  the
  335. following list will be displayed:
  336.  
  337.      List of Super VGA chip sets:
  338.  
  339.         0. 0x0054 0         - ATI Technologies
  340.         1. 0x006A 0         - Ahead Technologies / ZYMOS
  341.         2. 0x0070 0         - Chips & Technology
  342.         3. 0x0064 0         - Cirrus Logic  CL-GD 500/600
  343.         4. 0x0059 0         - Compaq Super VGA chips
  344.         5. 0x0029 0         - Compaq QVision VGA chips
  345.         6. 0x0070 0x0002    - Everex
  346.         7. 0x0029 0         - Genoa 5xxx series (Tseng Chip)
  347.         8. 0x0079 0         - Genoa 6xxx series
  348.         9. 0x0052 0         - OAK Tech. OAT-067 /OTI037C "UNIQUE" VGA
  349.        10. 0x005e 0         - OAK Tech. OTI037C+NEL Electronics BIOS
  350.        11. 0x0058 0         - Paradise / Western Digital / NCR / ACUMOS
  351.        12. 0x002a 0         - Primus Graphics Accelerator
  352.        13. 0x001F 0         - RealTek RTVGA
  353.        14. 0x4F02 0x0202    - S3 Graphics Accelerator
  354.        15. 0x005b 0         - Trident 8900/8800CS
  355.        16. 0x0029 0         - Tseng Lab ET-3000/ET4000/Hi color
  356.        17. 0x4F02 0x0102    - VESA (Video Electronics Standard Assoc.)
  357.        18. 0x6f05 0x0062    - Video 7 / Headland Technologies
  358.        19. ------------------ None of above.
  359.        20. 0x0029 0x0000 ==== Keep old configuration
  360.  
  361.     Identify your Super VGA Chip set (0-20) [20]:
  362.   
  363. Your choice should match exactly the existing hardware. If in doubt,  please
  364. consult your computer's hardware manual to identify the video chip  set.  If
  365. your chip set  is  not  listed  above,  add  the  information  to  the  file
  366. SUPER.VGA, (a text file).
  367.  
  368. An utility program, WHICHVGA.COM, is enclosed in the package to  assist  you
  369. to make a correct choice. (WHICHVGA.COM  is  a  public  domain  program  and
  370. NJStar assumes absolutely no responsibility for any result provided by  this
  371. program.)
  372.  
  373. Here are three more options in this group.
  374.  
  375.      Is your monitor a MonoEGA, MonoVGA/MCGA................[NO]?
  376.      Do you want to use 25 lines if VGA screen installed....[YES]?
  377.      Do you want to test for presence of enhanced keyboard..[YES]?
  378.  
  379. If you have a CGA monitor, use the file NJCGA.EXE, a  miniature  version  of
  380. NJSTAR.EXE. NJCGA lacks a number of functions available  in  NJStar  and  is
  381. designed for occasional use only. NJStar assumes no obligation to support or
  382. upgrade NJCGA.EXE.
  383.  
  384. HELP SCREEN
  385.  
  386. Prompts for the user specified help screen file. The default  file  name  is
  387. NJCONFIG.HLP. Please see <QuickHelp> in MENU AND HELP for the  specification
  388. of the help file.
  389.  
  390.      Enter help screen configuration file name [NJCONFIG.HLP]:
  391.  
  392.      Enter English help screen configuration file name [ENGLISH.HLP]:
  393.  
  394.  
  395. KEYS CONFIGURATION
  396.  
  397. Prompts for the user specified key assignment file. The default file name is
  398. NJCONFIG.KEY. You may specify a user key assignment file if necessary.
  399.  
  400.           Enter key configure data file name [NJCONFIG.KEY]:
  401.  
  402. You  may  use  NJStar  to  write  a  key  assignment,  reassigning  NJStar's
  403. configurable functions to  user-specified  keys.  Here  are  some  important
  404. points (see NJCONFIG.KEY for an example):
  405.  
  406.      1. Use GB format (or ASCII) format for the key assignment file;
  407.  
  408.      2. Comment lines in the key assignment file start with "*" characters;
  409.  
  410.      3. Use function names in English as listed in Appendix 1;
  411.  
  412.      4. Use the standard key names and button names listed in Appendix 2;
  413.  
  414.      5. A function may be assigned to more than one key. But  if  more  than
  415.         one function is assigned to the same key, only the  last  assignment
  416.         will be functional.
  417.  
  418.      6. Some keys are only available for enhanced  keyboards.  When  a  non-
  419.         available key is used in a key assignment file, the assignment  will
  420.         be ignored.
  421.  
  422.      7. A function can be assigned to a single key (or a mouse button) or  a
  423.         primary key combination ([# Shift], [@  Alt],  or  [^Ctrl]  +  other
  424.         keys) in the following way:
  425.  
  426.                     KeyName   Function Name or a macro
  427.  
  428.           [EXAMPLE]
  429.                     F1        QuickHelp
  430.                     @Y        Paste
  431.                     ^X        Meta
  432.                     #Enter    HardReturn
  433.  
  434.      8. A function can  be  assigned  to  a  meta  key  combination  in  the
  435.         following way (Note: a meta key should  be  defined  prior  to  meta
  436.         combination.),
  437.  
  438.                     MetaKey   FunctionName or a macro
  439.  
  440.           [EXAMPLE]
  441.                     ^X        Meta
  442.                     Meta+^Z   QuitFile
  443.                     Meta+W    Macro EXInput 'B'
  444.  
  445.      9. Please refer to Section <<MACRO COMMANDS>> for creating  macros  and
  446.         more macro examples.
  447.  
  448. INSTALL PRINTER DRIVER
  449.  
  450. Prompt for the user-specified printer driver file. Please note that  only  9
  451. pin printer drivers are supplied with NJStar's Shareware Version.
  452.  
  453.      Printer driver currently installed: EPSON 9p & Compatibles
  454.      Printer Drivers Available:
  455.  
  456.          0. CANONBJE.DRV    - Canon BJ(EPSON Comp
  457.          1. CANONBJI.DRV    - Canon BJ(IBM Comp.)
  458.          2. CANONLBP.DRV    - Canon LBP-8 / CaPSL
  459.          3. EPSON24.DRV     - EPSON24p & Compat's
  460.          4. EPSON9P.DRV     - EPSON 9p & Compat's
  461.          5. EPSONFX1.DRV    - EPSON FX 60 dpi
  462.          6. EPSONFX2.DRV    - EPSON FX 120 dpi
  463.          7. HPDESKJ.DRV     - HP Deskjet & Compt.
  464.          8. HPLASER.DRV     - HP Laserjet+ & PCLs
  465.          9. IBMPRO9P.DRV    - IBM Pro 9p & Comp's
  466.         10. IBMX24.DRV      - IBM Pro X24 &Comp's
  467.  
  468.      Enter printer driver number  (0-10) [  4]:
  469.  
  470. Please note that if you are going to print to file for a printer on  another
  471. computer, you should install the corresponding printer driver.
  472.  
  473. PRINTER SETTINGS
  474.  
  475. Please refer  to  the corresponding materials in this manual.
  476.  
  477. Printer port (0=Lpt1  1=Lpt2  2=Lpt3  3=Lpt4)...... (0-  3) [ 0]:
  478. Double strike for 9 pin printing (0=NO, 1=YES)..... (0-  1) [ 0]:
  479. Paper feeding (0=Manual 1=Continuous).............. (0-  1) [ 1]:
  480. Should NJSTAR interpret the '\' formatting commands.........[YES]?
  481. Do you want to print page number............................[YES]?
  482. Default paper length in lines (1 line= 1/6 inch).. (20- 90) [53]:
  483. Paper length adjustment in dots(1 dot= 1/30 line).. (0- 30) [0]:
  484. Default top margin in lines (1 line= 1/6 inch)..... (2- 20) [3]:
  485. Default bottom margin in lines (1 line= 1/6 inch).. (2- 20) [5]:
  486. Paper width in number of Chinese chars............ (20- 70) [50]:
  487. Default left margin in number of Chinese chars..... (0- 20) [ 5]:
  488. Default right margin in number of Chinese chars.... (0- 20) [ 5]:
  489. Default space between 2 lines(in dots)............. (0- 72) [12]:
  490.  
  491. EXIT
  492.  
  493. When finished, select "S" to save and quit, or "Q"  to  cancel  all  changes
  494. made in the current session.
  495.  
  496. Changes of configuration will be saved to NJSTAR.NJC. To restore the  system
  497. settings to its original state, restore the original version of NJSTAR.NJC..
  498.  
  499.  
  500. =============================================================================
  501.  
  502. 16. FONT UTILITIES
  503. ==================
  504.  
  505. When using a Chinese word processor, there is always a time  when  you  will
  506. want to create a new character. To meet this need, NJStar provides a set  of
  507. utility programs to add user characters to NJStar's font library files.
  508.  
  509. UTILITY   CCPRINT.EXE
  510.  
  511. This utility program prints Chinese characters in a GB file to another  file
  512. in dot matrix format. You may also use this program to output  any  existing
  513. characters and modify them into new characters so that they may be added  to
  514. the font files again with CCFONT.EXE.
  515.  
  516. UTILITY  CCFONT.EXE
  517.  
  518. This  utility  program  updates  NJStar's  font  files  with  user-specified
  519. characters. You can specify the character code  (and  location)  and  bitmap
  520. images in the font file. This program will update  the  user-specified  font
  521. file.
  522.  
  523. UTILITY   NJ24.EXE
  524.  
  525. This utility program provides an interactive interface for editing  a  user-
  526. specified 24x24 font library  file.  The  result  takes  effect  immediately
  527. without using CCPRINT.EXE or CCFONT.EXE. Mouse support is available.
  528.  
  529. All three files are available for registered users only.  Registered  users:
  530. read UTILITY.DOC for more information.
  531.  
  532.  
  533. =============================================================================
  534. APPENDIX 1
  535.  
  536.                     LIST OF NJSTAR CONFIGURABLE FUNCTIONS
  537.  
  538. Note: This table contains all NJStar's configurable functions.
  539. Please notice that in the column of DEFAULT KEY, # = Shift+, @ =Alt+,
  540. and ^ = Ctrl+.
  541.  
  542. NAME            NAME      DEFAULT KEY    FUNCTION
  543. ==============  ========  =============  ====================================
  544. Menu            ╓≈╣ª─▄▒φ  [ESC]          Call up the main menu
  545. QuickHelp       ╣ª─▄╠ß╩╛  [F1]           Call up the help screen
  546. EnglishMenu     ╓╨╬─▓╦╡Ñ  [^M]           Toggling the system language
  547. NJConfig        ╧╡═│╔Φ╓├  [^C]           System reconfiguration
  548. DOS             DOS ├ⁿ┴ε  [^D]           Execute user specified DOS command
  549. Shell           ▓┘╫≈╧╡═│  [^S]           Shell to the DOS prompt
  550.  
  551. ListDir         ╧╘╩╛─┐┬╝  [#F9]          List user specified directory
  552. EditFile        ▒α╝¡╬─╝■  [F8]           Load user specified file
  553. OpenFile        ┤≥┐¬╬─╝■  [^O]           Provide file list for openning file
  554. NextFile        ╧┬╥╗╬─╝■  [F10]          Goto the next file in file ring
  555. PrevFile        ╔╧╥╗╬─╝■  [@F10]         Goto the previous file in file ring
  556. FileList        ╤í╘±╬─╝■  [#F10]         List all files in file ring
  557. RenameFile      ╬─╝■╕─├√  [F7]           Rename the current file
  558. SaveAs          ╗╗├√┤µ┼╠  [^F7]          Save current file to another name
  559. SaveFile        ╬─╝■┤µ┼╠  [F2]           Save the current file to disk
  560. File            ┤µ┼╠═╦│÷  [F4]           Save the current file and quit
  561. SaveAll         ╚½▓┐┤µ┼╠  [^F4]          Save the current file and quit all
  562. QuitFile        ═╦│÷╬─╝■  [F3]           Quit current file (confirm saving)
  563. QuitAll         ╚½▓┐═╦│÷  [^F3]          Quit all files (confirm saving)
  564.  
  565. CursorLeft      ╣Γ▒Ω╧≥╫≤  [LEFT]         Move left by one character
  566. CursorRight     ╣Γ▒Ω╧≥╙╥  [RIGHT]        Move right by one character
  567. CursorUp        ╣Γ▒Ω╧≥╔╧  [UP]           Move up by one line
  568. CursorDown      ╣Γ▒Ω╧≥╧┬  [DOWN]         Move down by one line
  569. BegLine         ╥╞╓┴╨╨╩╫  [HOME]         Goto beginning of current screen
  570. EndLine         ╥╞╓┴╨╨─⌐  [END]          Goto the end of current screen
  571. WordLeft        ▒╛╛Σ╩╫    [^LEFT]        Move to beginning of current word
  572. WordRight       ╧┬╛Σ╩╫    [^RIGHT]       Move to the beginning of next word
  573. BegScreen       ╥╞╓┴╞┴╩╫  [^UP]          Goto top left of the current screen
  574. EndScreen       ╥╞╓┴╞┴─⌐  [^DOWN]        Goto bottom left of current screen
  575. PageUp          ╥╞╓┴╔╧╞┴  [PGUP]         Goto bottom line of previous screen
  576. PageDown        ╥╞╓┴╧┬╞┴  [PGDN]         Goto top line of the next screen
  577. BegFile         ╬─╝■╩╫    [^HOME]        Goto beginning of the current file
  578. EndFile         ╬─╝■─⌐    [^END]         Goto the end of the current file
  579. ScrollUp        ╔╧╣÷╥╗╨╨  [@UP]          Scroll up screen by one line
  580. ScrollDown      ╧┬╣÷╥╗╨╨  [@DOWN]        Scorll down screen by on line
  581. GotoLine        ╤░╒╥╨╨║┼  [^F6]          Goto a user specified hard line
  582.  
  583. Enter           ╗╪│╡╝ⁿ    [ENTER]        Enter EOL character or accept input
  584. HardReturn      ╠µ┤·╗╪│╡  [GREYENTER],   Enter EOL character in search string
  585. DelChar         ╔╛│²║≤╫╓  [DEL]          Delete the current character
  586. BackSpace       ╔╛│²╟░╫╓  [BS]           Delete the previous character
  587. DelLine         ╔╛│²▒╛╨╨  [^BS],[^Y]     Delete the current line
  588. DelToBegLine    ╔╛╓┴╨╨╩╫  [^J]           Delete to beginning of current line
  589. DelToEndLine    ╔╛╓┴╨╨─⌐  [^K], [^E]     Delete to the end of current line
  590. UnDelLine       ╗╓╕┤╔╛│²  [F9]           Recover latest deleted text
  591. DupLine         ╕┤╓╞▒╛╨╨  [^L]           Duplicate the current line
  592. TimeDate        ╡▒╟░╩▒╝Σ  [^T]           Insert system date and time
  593. ToggleEOL       ╧╘╩╛╨╨─⌐  [^F9]          Toggle display of EOL characters
  594. FileStatus      ╡▒╟░╟Θ┐÷  [^F1]          Report current file status
  595.  
  596. WordCount       ═│╝╞╫╓╖√  [^F5]          Count a user specified string
  597. Search          ▓Θ╒╥╫╓╖√  [F5]           Search for user specified string
  598. SearchForward   ╧≥╟░▓Θ╒╥  [^F]           Continue to search forward
  599. SearchBackward  ╧≥║≤▓Θ╒╥  [^B]           Search backward for given string
  600. SearchReplace   ▓Θ╒╥╠µ╗╗  [F6]           Search and replace w/ confirmation
  601. Replace         ╫╘╢»╠µ╗╗                 Search and replace w/o confirmation
  602.  
  603. MarkBlock       ┐Θ▒Ω╝╟    [@B]           Mark beginning or end of a block
  604. MarkLine        ╨╨▒Ω╝╟    [@L]           Mark current line as a block
  605. MarkWord        ╫╓▒Ω╝╟    [@W]           Mark the current word as a block
  606. UnMarkBlock     ╧√│²▒Ω╝╟  [@U]           Clear current block mark
  607. MoveBlock       ┐Θ╥╞╢»    [@M]           Move block to the cursor position
  608. CopyBlock       ┐Θ╕┤╓╞    [@C]           Copy block to the cursor position
  609. Copy            ┐Θ┤ó┤µ    [^W]           Store the block to block buffer
  610. Paste           ╗╓╕┤┤ó┤µ  [@Y]           Restore the content of block buffer
  611. UnDelBlock      ┐Θ╗╓╕┤    [@Y]           Restore latest deleted block 
  612. DelBlock        ┐Θ╔╛│²    [@D]           Delete the current block
  613. GotoBlock       ╤░╒╥▒Ω╝╟  [@G]           Goto the beginning of current block
  614. SaveBlock       ┐Θ╨┤╬─╝■  [@S]           Save the current block to a file
  615. DefWordSet      ╚▒╩í╫╓╝»  [@Q]           Set Default word set (a-z,A-Q,0-9, _)
  616. AltWordSet      ╕╜╝╙╫╓╝»  [@A]           Set Alternative word set (Plus . etc)
  617.  
  618. PY2Hanzi        ╞┤╥⌠╫¬╫╓  [@F1]          convert pinyin to character
  619. EXInput         ╞Σ╦ⁿ╩Σ╚δ  [@F2]          Select other input method
  620. OnlinePY        ┴¼╨°╞┤╥⌠  [@F3]          Online Pinyin input
  621. GBinput         ╣·▒Ω╟°╬╗  [@F4]          Set input method to GuoBiao Input
  622. PYInput         ╞┤╥⌠╩Σ╚δ  [@F5]          Set input method to PinYin Input
  623. ASCinput        ╙ó╬─╩Σ╚δ  [@F6]          Set input method to ASCII Input
  624. ZYInput         ╫ó╥⌠╩Σ╚δ  [@F7]          Set input method to ZhuYin input
  625. DelLX           ╧√│²╫╓┤╩  [@F8]          Remove marked string from LX Dic.
  626. AddLX           ╘÷╝╙╫╓┤╩  [^F8]          Add marked string to LianXiang Dic.
  627. PureChinese     ┤┐╓╨╬─    [@F9]          Change character input mode
  628. SwitchCCLIB     ╖▒╝≥╫¬╗╗  [^F10]         Change character display style
  629. Option          ╩Σ╚δ╔Φ╓├  [^F2]          Change pinyin input settting
  630. Symbols         ╠╪╩Γ╖√║┼  [^6]           Lookup special symbol character
  631. BackToPinyin    ╞┤╥⌠╗╣╘¡  [#F8],[INS]    Convert characters back to pinyin
  632. Radical         ▓┐╩╫╝∞╫╓  [#F1]          Lookup character by radicals
  633. LianXiang       ┴¬╧δ╟░╫╓  [@X]           Provide LianXiang for previous char.
  634. Dictionary      ║║╙ó┤╩╡Σ  [@E]           Provide Chinese-English dictionary
  635. Glossary        ╦⌡╨┤┤╩╡Σ  [^G]           Provide an user lookup dictionary
  636. HanziInfo       ║║╫╓╨┼╧ó  [@Z]           Provide information for character
  637.  
  638. MacroRec        ╝╟┬╝├ⁿ┴ε  [F11]          Begin or end recording commands
  639. MacroExec       ╓┤╨╨╝╟┬╝  [F12]          Execute recorded commands
  640. SaveMacro       ╝╟┬╝┤µ┼╠  [@F11]         Save the current macro to a file
  641. ReadMacro       ╢┴╚í╝╟┬╝  [@F12]         Read a macro file to macro buffer
  642. RepeatCmd       ╓╪╕┤├ⁿ┴ε  [^F11]         Repeat the current command
  643.  
  644. Print           ┤≥╙í╩Σ│÷  [^P]           Print the current file 
  645. Outcode         ╩Σ│÷▒α┬δ  [^F12]         Produce an code file (.COD)
  646. HzSaveFile      ┤µHz╬─╝■  [#F2]          Encode current file to zW format
  647. HzDecode        ╥δHz╬─╝■  [#F3]          Decode a Hz file to GB format
  648. HzEditFile      ╢┴Hz╬─╝■  [#F4]          Open a Hzfile for GBdisplay
  649. PcxSaveFile     ╩Σ│÷ PCX  [#F5]          Write the current file to PCX files
  650. ZwSaveFile      ┤µzW╬─╝■  [#F6]          Encode current fileto zW format
  651. ZwDecode        ╥δzW╬─╝■  [#F7]          Decode a zW file to GB format
  652. SaveBig5        ┤µ┤≤╬σ┬δ  [^X^B]         Save current file to Big5 format
  653. ReadBig5        ╢┴┤≤╬σ┬δ  [^XB]          Read a file in Big5 format
  654. ==============  ========  =============  ====================================
  655.  
  656. =============================================================================
  657. APPENDIX 2
  658.                        LIST OF NJSTAR KEY NAMES
  659.  
  660.  
  661. Note: This table contains  all NJStar's assignable key names.
  662. Please not that # = Shift+ ,  @ = Alt+ ,  and ^ = Ctrl+ .
  663. Key names followed by * are only available on an enhanced keyboard.
  664.  
  665.      
  666. =======================================================================
  667.    PART I: Function keys
  668.  
  669.            F1   F2   F3   F4   F5   F6   F7   F8   F9   F10  F11*    F12*
  670.           #F1  #F2  #F3  #F4  #F5  #F6  #F7  #F8  #F9  #F10 #F11*   #F12*
  671.           @F1  @F2  @F3  @F4  @F5  @F6  @F7  @F8  @F9  @F10 @F11*   @F12*
  672.           ^F1  ^F2  ^F3  ^F4  ^F5  ^F6  ^F7  ^F8  ^F9  ^F10 ^F11*   ^F12*
  673.      
  674. -----------------------------------------------------------------------
  675.    PART II: Regular Character Keys
  676.  
  677.                ESC      BS       ENTER      TAB
  678.               #ESC     #BS      #ENTER     #TAB
  679.               @ESC     @BS      @ENTER     @TAB*    @BackSlash
  680.                        ^BS      ^ENTER     ^TAB*    ^BackSlash     ^BREAK
  681.  
  682.             @A   @B   @C   @D   @E   @F   @G   @H   @I   @J  @K   @L   @M
  683.             ^A   ^B   ^C   ^D   ^E   ^F   ^G   ^H   ^I   ^J  ^K   ^L   ^M
  684.  
  685.             @N   @O   @P   @Q   @R   @S   @T   @U   @V   @W  @X   @Y   @Z
  686.             ^N   ^O   ^P   ^Q   ^R   ^S   ^T   ^U   ^V   ^W  ^X   ^Y   ^Z
  687.  
  688.             @`   @-*  @+*  @=   [@   @]   @'   @;   @/
  689.                  ^-                  ^]                  ^2  ^6
  690.  
  691. -----------------------------------------------------------------------
  692.    PART III: Keypad Keys
  693.  
  694.               GREY/       GREY*        GREY-        GREY+      GreyEnter
  695.              #GREY/      #GREY*       #GREY-       #GREY+     #GreyEnter
  696.              @GREY/*     @GREY*       @GREY-       @GREY+     @GreyEnter*
  697.              ^GREY/*     ^GREY**      ^GREY-*      ^GREY+*    ^GreyEnter*
  698.  
  699.                  UP        DOWN         LEFT        RIGHT        Keypad5
  700.                 #UP       #DOWN        #LEFT       #RIGHT       #Keypad5
  701.                 @UP*      @DOWN*       @LEFT*      @RIGHT*
  702.                 ^UP*      ^DOWN*       ^LEFT       ^RIGHT       ^Keypad5*
  703.  
  704.                HOME        END      PGUP        PGDN       DEL       INS
  705.               #HOME       #END     #PGUP       #PGDN      #DEL      #INS
  706.               @HOME*      @END     @PGUP*      @PGDN*     @DEL*     @INS*
  707.               ^HOME       ^END     ^PGUP*      ^PGDN      ^DEL*     ^INS*
  708.  
  709. -----------------------------------------------------------------------
  710.    PART IV: Meta Combination Keys
  711.  
  712.                     0 -> 9      A -> Z
  713.                   !   @   #   $   %   ^   &   *   (   )   -  _  +   =
  714.                   [   ]   \   :   ;   "   '   ,   <   .   >  ?  /   ESC
  715.  
  716.                   ^A -> ^Z     ^6      ^-     ^BACKSLASH     ^RBRACE
  717.  
  718. -----------------------------------------------------------------------
  719.    PART V: Mouse Buttons
  720.  
  721.         M_LEFT  - Click left button      M_LL - Double click left button
  722.         M_RIGHT - Click right button     M_RR - Double click right button
  723.         M_MID   - Click middle button    M_MM - Double click middle button
  724.         M_LR    - Click both left and right buttons
  725.  
  726. =============================================================================
  727. APPENDIX 3
  728.  
  729.              SUMMARY OF NJSTAR LOCATION-SENSITIVE MOUSE FUNCTIONS
  730.  
  731.  
  732. NOTE: This appendix presents a summary of NJStar's  location-sensitive  mouse
  733. function. If the user points  the  mouse  cursor  at  one  of  the  locations
  734. indicated below, and then clicks  the  left  button  once  (or  otherwise  as
  735. described), it will invoke certain functions.
  736.  
  737. To use a mouse with NJStar, you have to  install  the  mouse  driver  program
  738. prior to running NJStar. Please see the mouse  manual  for  more  information
  739. about installing the mouse driver program.
  740.  
  741. Please look first at the sample screen below. The left side is the ruler  for
  742. Line numbers. Please notice that an EGA monitor has  different  line  numbers
  743. from that of a VGA monitor. The bottom line is the ruler for column  numbers.
  744. Letters (A..H) indicate different areas.
  745.  
  746. Line:  
  747.         +------------------------------------------------------------------+
  748.      1  |------------------------------- A------------------------------- H|
  749.      2  |                                                                  |
  750.         |                                                                  |
  751.         |                                                                  |
  752.         |                                                                  |
  753.         |                                                                  |
  754.         |                                B                                 |
  755.         |                                                                  |
  756.         |                                                                  |
  757.         |                                                                  |
  758.         |                                                                  |
  759.         |                                                                  |
  760.         |                                                                  |
  761.   24/18 |                                                                  |
  762.        +----+-----------+----------------------------------+-------+-------+
  763.   25/19 | C  |   D       |               E                  |   F  |   G   |
  764.         +----+-----------+----------------------------------+------+-------+
  765. Column: 0    5           12                                69     74      79
  766.  
  767.  
  768.      AREA   DEFINITION           OPERATION           FUNCTIONS
  769.      ====   ==================   =================  ========================
  770.       A     The top line         M_LEFT              Calling up the main menu
  771.  
  772.       B     From the 2nd line    Press the left      <ScrollDown>
  773.             to the line above    button and drag
  774.             the bottom line      down
  775.  
  776.                                  Press the left      <ScrollUp>
  777.                                  button and drag
  778.                                  up
  779.  
  780.                                  Other operations    User assigned functions
  781.  
  782.       C     Column 1-4 at the    M_LEFT              Toggle between <ASInput>
  783.             bottom line                              and <PYInput>
  784.  
  785.       D     Column 6-11 at       M_LEFT              <LianXiang> when not in
  786.             the bottom line                          ASCII input mode
  787.  
  788.       E     Column 13-68 at      M_LEFT              Select a Chinese  char.
  789.             the bottom line                          to editing screen
  790.  
  791.                                  M_LEFT              <FileList>   when    no
  792.                                                      Chinese  characters  to
  793.                                                      be input                  
  794.  
  795.                                  M_LEFT              <GotoLine>  when in
  796.                                                      ASCII mode
  797.  
  798.       F     Column 69-73 at      M_LEFT              <MacroRec>
  799.             the bottom line
  800.  
  801.       G     Column 75-79 at      M_LEFT              <PureChinese>
  802.             the bottom line
  803.  
  804.       H     Column 79-80 at                          Screen saver
  805.             the top line
  806.  
  807.      C-G    The bottom line      M_LR                <Escape>
  808.                                  M_Middle            <QuickHelp>
  809.                                  M_RIGHT             <OpenFile>
  810.      ====   ==================   =================  ========================
  811.  
  812. =============================================================================
  813. APPENDIX 4
  814.  
  815.                  TABLE OF CONTENTS OF NJSTAR CHINESE MANUAL
  816.  
  817.                                  ==========
  818.                                  ─┐      ┬╝
  819.                                  ==========
  820.  
  821. ╡┌╥╗▓┐╖╓ (MANUAL1.GB)
  822.  
  823. ╡╝╤╘ ....................................................................
  824.  
  825. ╡┌╥╗╒┬  í╛─╧╝½╨╟í┐╡─├ⁿ┴ε╙δ╣ª─▄ ..........................................
  826.           1.1 ├ⁿ┴ε▓╦╡Ñ ..................................................
  827.           1.2 ╓╨╙ó╬─▓╦╡Ñ╤í╘±  ...........................................
  828.           1.3 ╝≥├≈╠ß╩╛╞┴─╗ ..............................................
  829.           1.4 ┐╪╓╞╨╨ ....................................................
  830.  
  831. ╡┌╢■╒┬  ╘─╢┴╓╨╬─╬─╝■ ....................................................
  832.           2.1 ╞⌠╢»í╛─╧╝½╨╟í┐ ............................................
  833.           2.2 ╢┴╚í╬─╝■ ..................................................
  834.           2.3 ╣Γ▒Ω╥╞╢» ..................................................
  835.           2.4 ╬─╝■╟Θ┐÷ ..................................................
  836.           2.5 ╞┴─╗▒ú╗ñ ..................................................
  837.           2.6 ═╦│÷í╛─╧╝½╨╟í┐ ............................................
  838.  
  839. ╡┌╢■▓┐╖╓ (MANUAL2.GB)
  840.  
  841. ╡┌╚²╒┬  ╗∙▒╛▒α╝¡╣ª─▄ ....................................................
  842.           3.1 ╞⌠╢»í╛─╧╝½╨╟í┐ ............................................
  843.           3.2 ▒α╝¡╡─╫╝▒╕ ................................................
  844.           3.3 ╬─▒╛╡─╩Σ╚δ ................................................
  845.           3.4 ╬─╝■┤≤╨í╡─╧▐╓╞ ............................................
  846.           3.5 ╬─▒╛╕┤╓╞╙δ╔╛│² ............................................
  847.           3.6 ╚½╛╓▓Θ╒╥╙δ╠µ╗╗ ............................................
  848.           3.7 ╬─╝■┤µ┼╠╙δ═╦│÷ ............................................
  849. íííííííííí3.8 DOS ╜τ├µ ..................................................
  850.  
  851. ╡┌╦─╒┬  ╬─▒╛┐Θ▓┘╫≈
  852.           4.1 ╜¿┴ó╬─▒╛┐Θ ................................................
  853.           4.2 ╬─▒╛┐Θ╡─┤ó┤µ╙δ╗╓╕┤ ........................................
  854.           4.3 ╬─▒╛┐Θ╡─╥╞╢»╙δ╕┤╓╞ ........................................
  855.           4.4 ╬─▒╛┐Θ╡─╔╛│²╙δ╗╓╕┤ ........................................
  856.           4.5 ╤░╒╥╬─▒╛┐Θ ................................................
  857.           4.6 ╬─▒╛┐Θ┤µ┼╠ ................................................
  858.           4.7 ╧√│²╬─▒╛┐Θ▒Ω╓╛ ............................................
  859.  
  860. ╡┌╬σ╒┬  ╬─╝■╡─┤≥╙í
  861.           5.1 ┤≥╙í╕±╩╜├ⁿ┴ε ..............................................
  862.           5.2 ┤≥╙í╗·╡─╫╝▒╕ ..............................................
  863. íííííííííí5.3 ┐¬╩╝┤≥╙í ..................................................
  864.           5.4 ┤≥╙í╩Σ│÷╬─╝■ ..............................................
  865.           5.5 ╝ñ╣Γ┤≥╙í╕¿╓·│╠╨≥ PRINTPS.EXE ..............................
  866.  
  867. ╡┌╚²▓┐╖╓ (MANUAL3A.GB/MANUAL3B.GB)
  868.  
  869. ╡┌┴∙╒┬  ║║╫╓╩Σ╚δ╖¿╓«╥╗ú║╞┤╥⌠╙δ┴¬╧δ ......................................
  870.           6.1 ╞┤╥⌠╩Σ╚δ ..................................................
  871.           6.2 ┴¬╧δ╩Σ╚δ ..................................................
  872.           6.3 ┴¬╧δ╫╓╡─╞┤╥⌠╩Σ╚δ ..........................................
  873.           6.4 ┴¬╧δ┤╩╫Θ╡─┴¼╨°╩Σ╚δ ........................................
  874.           6.5 ┴¬╧δ┤╩╡Σ╡─╣▄└φ ............................................
  875.           6.6 ┴¬╧δ┤╩╡Σ╕¿╓·│╠╨≥ LXGB2DIC.EXE .............................
  876.           6.7 ╙ó╬─╡Ñ┤╩╠µ┤·╞┤╥⌠╡─╩Σ╚δ ....................................
  877.           6.8 ╠╪╩Γ╫╓╖√╡─╞┤╥⌠╩Σ╚δ ........................................
  878.  
  879. ╡┌╞▀╒┬  ║║╫╓╩Σ╚δ╖¿╓«╢■ú║┴¼╞┤╩Σ╚δ╖¿ ......................................
  880.           7.1 ┴¼╞┤╩Σ╚δ╖¿ ................................................
  881.           7.2 ┴¼╞┤╓╨╡─▒α╝¡╝╝╟╔ ..........................................
  882.           7.3 ╙├╗º╦⌡╨┤┤╩╡Σ ..............................................
  883.           7.4 ┴¼╞┤╫┤╠¼╧┬╡─ ASCII ╫╓╖√╩Σ╚δ ...............................
  884.  
  885. ╡┌░╦╒┬  ║║╫╓╩Σ╚δ╖¿╓«╚²ú║╞Σ╦ⁿ╩Σ╚δ╖¿ ......................................
  886.           8.1 ▓┐╩╫╝∞╫╓ ..................................................
  887.           8.2 ╠╪╩Γ╖√║┼╡─╩Σ╚δ ............................................
  888.           8.3 └√╙├║║╙ó┤╩╡Σ╡─┤╩╫Θ╩Σ╚δ.....................................
  889.           8.4 ╣·▒Ω┬δú»╟°╬╗┬δ╩Σ╚δ╖¿ ......................................
  890.           8.5 ╫ó╥⌠╩Σ╚δ╖¿ ................................................
  891. íííííííííí8.6 ╙ó╬─╩Σ╚δ╖¿ ................................................
  892.           8.7 ╞Σ╦ⁿ╩Σ╚δ╖╜╖¿ ..............................................
  893.  
  894. ╡┌╛┼╒┬  ║║╫╓╩Σ╚δ╖¿╓«╦─ú║╩Σ╚δ╖¿╡─╤º╧░╙δ╓╞╫≈ ..............................
  895.           9.1 ║║╫╓╨┼╧ó╡─╧╘╩╛ ............................................
  896.           9.2 ║║╙ó╢╘╒╒┤╩╡Σ ..............................................
  897.           9.3 ║║╫╓▒α┬δ╡─╩Σ│÷ ............................................
  898.           9.4 ╙├╗º┤╩╫Θ╩Σ╚δ╖¿ ............................................
  899. íííííííííí9.5 ╞Σ╦ⁿ╩Σ╚δ╖¿╡─▒α╓╞╙δ╝╙╣ñ--INPUTDIC.EXE ......................
  900.  
  901. ╡┌╦─▓┐╖╓ (MANUAL4.GB)
  902.  
  903. ╡┌╩«╒┬  ╢α╬─╝■▒α╝¡╩▒╡─╬─╝■╣▄└φ ..........................................
  904.          10.1 ╞⌠╢»í╛─╧╝½╨╟í┐ ............................................
  905.          10.2 ╬─╝■╗╖ ....................................................
  906.          10.3 ╬─╝■╝Σ╡─╜╗╗╗ ..............................................
  907.          14.4 ┤µ┼╠╙δ═╦│÷ ................................................
  908.  
  909. ╡┌╩«╥╗╒┬ ├ⁿ┴ε╫Θ║╧ .......................................................
  910.          11.1 ├ⁿ┴ε╫Θ║╧╡─╝╟┬╝╙δ╘╦╨╨ ......................................
  911.          11.2 ├ⁿ┴ε╫Θ║╧╡─┤µ┼╠╙δ╢┴╚í ......................................
  912.          11.3 ╧╡═│╞⌠╢»╩▒╩╣╙├├ⁿ┴ε╫Θ║╧╡─╦╡├≈▓╬╩² ..........................
  913.          11.4 ├ⁿ┴ε╫Θ║╧╡─▒α╨┤ ............................................
  914.          11.5 ├ⁿ┴ε╫Θ║╧╡─░▓╫░ ............................................
  915.  
  916. ╡┌╩«╢■╒┬ ╬─╝■╕±╩╜╫¬╗╗ ...................................................
  917.          12.1 ╩Σ│÷ PCX ╬─╝■ .............................................
  918.          12.2 Hz ╙δ zW ╕±╩╜╬─╝■╡─╫¬╗╗ ...................................
  919.          13.3 ┤≤╬σ┬δ╕±╩╜╬─╝■╡─╫¬╗╗ ......................................
  920.  
  921. ╡┌╩«╚²╒┬ ╙├╗º╘∞╫╓ .......................................................
  922.          13.1 ╙├╗º╘∞╫╓╕¿╓·│╠╨≥ CCFONT ╙δ CCPRINT ........................
  923. íííííí íí13.2 ╫╓┐Γ▒α╝¡╕¿╓·│╠╨≥ NJ24.EXE .................................
  924.          13.3 ╙├╗º╫╓╡─╩Σ╚δ ..............................................
  925.  
  926. ╡┌╬σ▓┐╖╓ (MANUAL5.GB)
  927.  
  928. ╡┌╩«╦─╒┬ │╠╨≥░▓╫░ .......................................................
  929.          14.1 ╧╡═│╥¬╟≤ ..................................................
  930.          14.2 ░▓╫░╣²│╠ ..................................................
  931.          14.3 ╗╖╛│╔Φ╓├ ..................................................
  932.  
  933. ╡┌╩«╬σ╒┬ │╠╨≥╡≈╜┌ .......................................................
  934. íííííííí 15.1 í╛─╧╝½╨╟í┐╘╦╨╨╩▒╡─╡≈╜┌ ....................................
  935.          15.2 ╡≈╜┌╕¿╓·│╠╨≥ NJCONFIG.EXE .................................
  936.          15.3 ╞┴─╗╤╒╔½╔Φ╓├ ..............................................
  937.          15.4 ╗∙▒╛▓╬╩²╔Φ╓├ ..............................................
  938.          15.5 ═╝╧±╙δ╝ⁿ┼╠╙▓╝■╔Φ╓├ ........................................
  939.          15.6 ╝≥├≈╠ß╩╛╞┴─╗╔Φ╓├ ..........................................
  940.          15.7 ╝ⁿ╬╗╢¿╥σ╔Φ╓├ ..............................................
  941.          15.8 ┤≥╙í╗·╟²╢»╬─╝■╔Φ╓├ ........................................
  942.          15.9 ┤≥╙í╗·▓╬╩²╔Φ╓├ ............................................
  943.  
  944. ╡┌┴∙▓┐╖╓ (MANUAL6.GB)
  945.  
  946. ╕╜┬╝╥╗  í╛─╧╝½╨╟í┐┐╔▒α╣ª─▄╥╗└└▒φ ........................................
  947. ╕╜┬╝╢■  í╛─╧╝½╨╟í┐┐╔▒α╝ⁿ╬╗╥╗└└▒φ ........................................
  948. ╕╜┬╝╚²  í╛─╧╝½╨╟í┐├ⁿ┴ε╫Θ║╧╣ª─▄╥╗└└▒φ ....................................
  949. ╕╜┬╝╦─  í╛─╧╝½╨╟í┐╞⌠╢»╡─╦╡├≈▓╬╩²╙δ╬─╝■╤í╘± ..............................
  950. ╕╜┬╝╬σ  í╛─╧╝½╨╟í┐│⌡╩╝╝ⁿ╬╗╢¿╥σ ..........................................
  951. ╕╜┬╝┴∙  ╣·╙∩╫ó╥⌠╖√║┼íó═■╡╘╞┤╥⌠íó╥«┬│╞┤╥⌠╙δ║║╙∩╞┤╥⌠╥⌠╜┌╢╘╒╒▒φ ............
  952. ╕╜┬╝╞▀  ▒╛╩╓▓ß│ú╙├╩⌡╙∩║║╙ó╢╘╒╒▒φ ........................................
  953.  
  954. --------------------------< END of NJSTAR3.DOC >-------------------------
  955.